Skip to content

Update build instructions #246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 31, 2025
Merged

Update build instructions #246

merged 2 commits into from
Jul 31, 2025

Conversation

Joe7M
Copy link
Contributor

@Joe7M Joe7M commented Jun 29, 2025

The SDL version of SmallBASIC uses SDL3 now. Update of build instructions for Ubuntu 25.04 and Manjaro.

Joe7M and others added 2 commits June 29, 2025 13:47
The SDL version of SmallBASIC uses SDL3 now. Update of build instructions for Ubuntu 25.04 and Manjaro.
@Joe7M
Copy link
Contributor Author

Joe7M commented Jul 7, 2025

Fix for: Odd behavior with suppressing newline

I get a 5 second pause then Hello World spits out all at once like it’s been held in the print buffer.

#!/usr/bin/sbasic

for i = 1 to 5
  print "Hello World ";
  pause 1
next

@chrisws chrisws merged commit df4ec76 into smallbasic:master Jul 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants